home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / WoodDoc_PasteBoard.h < prev    next >
Encoding:
Text File  |  1995-08-11  |  601 b   |  22 lines

  1. #import "WoodDoc.h"
  2.  
  3.  
  4. @interface WoodDoc (PasteBoard)
  5.  
  6. - copyToPasteboard:pboard;
  7. - pasteFromPasteboard:pboard;
  8. - copyStyleToPasteboard:pboard;
  9. - pasteStyleFromPasteboard:pboard;
  10. - retrieveData:sender;
  11. - writePostScriptToPasteboard:pboard;
  12. - writeDataToPasteboard:pboard;
  13. - writeOOESourceApplicationToPasteboard:pboard;
  14. - declareOOEPasteboard:pboard;
  15. + convert:(NXTypedStream *)ts to:(const char *)type using:(SEL)writer
  16.   toPasteboard:(Pasteboard *)pb;
  17. + convert:(NXTypedStream *)ts toAsciiPasteboard:(Pasteboard *)pb;
  18. + pasteboard:sender provideData:(NXAtom)type;
  19. + initializePasteboardTypes;
  20.  
  21. @end
  22.